home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / perl5 / URI / tn3270.pm < prev    next >
Encoding:
Perl POD Document  |  2008-04-04  |  95 b   |  8 lines

  1. package URI::tn3270;
  2. require URI::_login;
  3. @ISA = qw(URI::_login);
  4.  
  5. sub default_port { 23 }
  6.  
  7. 1;
  8.